Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@vcl/flex-layout
Advanced tools
deprecated - Use flex-grid instead.
A declarative layout system built on top of CSS Flexbox. Features in CSS Flexbox are exposed as classes that can be put on any element.
Based on that, a twelve-column grid is provided.
Flexbox based layout primitives that can solve almost all layout challenges.
The flex layout also features a layout grid which works just like a classical
float based grid. A grid row is built from a layout-grid-row
containing
an arbitrary number of layout-grid-cell
s. The cells can be sized using
the column classed layout1 .. layout11
or the sizing from
the utils module.
The grid also supports nesting of rows.
Note that a layout-grid-row
must be enclosed in a block container.
A special feature is a grid row which allows to wrap grid cells based on
their width maintaining the gutters. The total width of all cells can be
greater than 100%, they wrap at multiples of 100%.
The layout-wrapping-row
modifier is used to enable this.
layout-horizontal
layout-vertical
layout-inline
layout-reverse
layout-wrap
layout-wrap-reverse
layout-flex
layout-auto
layout-none
layout1
layout2
layout3
layout4
layout5
layout6
layout7
layout8
layout9
layout10
layout11
layout12
layout-center
layout-center-center
layout-start-justified
layout-center-justified
layout-end-justified
layout-justified
layout-around-justified
layout-self-start
layout-self-center
layout-self-end
layout-self-stretch
layout-grid-row
layout-grid-cell
layout-wrap-container
layout-fixed-top
layout-fixed-right
layout-fixed-bottom
layout-fixed-left
layout-full-bleed
layout-invisible
layout-hidden
layout-relative
layout-fit
layout-grid-row
layout-wrapping-row
: Make the row a non-nestable one that can
accommodate cells of more than 100% width in total and wrap those accordingly.layout
horizontal
vertical
inline
reverse
wrap
wrap-reverse
flex
auto
none
one
two
three
four
five
six
seven
eight
nine
ten
eleven
twelve
start-justified
center-justified
end-justified
justified
around-justified
self-start
self-center
self-end
self-stretch
--flex-layout-half-gutter-width
: The half width of the gutter between
grid cells.example.html on GH-pages.
FAQs
Flexbox based layout system
The npm package @vcl/flex-layout receives a total of 1 weekly downloads. As such, @vcl/flex-layout popularity was classified as not popular.
We found that @vcl/flex-layout demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.